TouchEnded
fun TouchEnded( touches: List<TouchPoint>, changedTouches: List<TouchPoint> = emptyList(), targetTouches: List<TouchPoint> = emptyList(), keyModifiers: KeyModifiers = KeyModifiers()): TouchEnded
fun TouchEnded( touches: List<TouchPoint>, changedTouches: List<TouchPoint> = emptyList(), targetTouches: List<TouchPoint> = emptyList(), keyModifiers: KeyModifiers = KeyModifiers()): TouchEnded
Creates a new instance of TouchEnded event with the given parameters.
Since
8.0.0
Parameters
touches
All touch points that are currently present on the screen.
changedTouches
The touch points that have just been removed, and no longer touching the surface.
targetTouches
The touch points that started on the target element of this event.
keyModifiers
The keyboard modifiers to apply.